disable manual line wrapping in makefiles
authorMichael Gilbert <mgilbert@debian.org>
Sun, 13 Mar 2022 04:27:41 +0000 (04:27 +0000)
committerMichael Gilbert <mgilbert@debian.org>
Sun, 13 Mar 2022 04:27:41 +0000 (04:27 +0000)
Gbp-Pq: Topic disable
Gbp-Pq: Name line-wrapping.patch

tools/makedep.c

index e39c0e4e93f57a6cf6f70e7ad5e60b2623b3a1e7..18cbd6a18be516abb333ff5694f0961e31969df0 100644 (file)
@@ -528,7 +528,7 @@ static void strarray_qsort( struct strarray *array, int (*func)(const char **, c
  */
 static void output_filename( const char *name )
 {
-    if (output_column + strlen(name) + 1 > 100)
+    if (0)
     {
         output( " \\\n" );
         output( "  " );